Package com.cisco.pt.ipc.sim
Interface UdpProcess
- All Known Implementing Classes:
UdpProcessImpl
Information provided by the PKI file:
\class UdpProcess
\brief UdpProcess handles and manipulates the UDP process.
\example network().getDevice("Router0").getProcess("UdpProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:getHigherProcess(int localPort) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getHigherProcess
Information provided by the PKI file:
\brief Returns the higher process at the specified local port. \param localPort, the local port of the process of interest. \return Process, the Process object at the specified local port.- Parameters:
localPort- Takes in a parameter of localPort- Returns:
- Process Returns a Process
-
createCustomUdpProcess
CustomUdpProcess createCustomUdpProcess()Information provided by the PKI file:
\brief Creates a custom UDP process. \return CustomUdpProcess, the CustomUdpProcess object.- Returns:
- CustomUdpProcess Returns a CustomUdpProcess
-